@charset "utf-8";
/* CSS Document */
/* 小丘QQ:1977917927 */

/*==============================================================================================*/
/*common-css
/*==============================================================================================*/

* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
ul,
ol,
dl,
dt,
li,
body,
form,
input,
button,
img,
cite,
strong,
em,
table,
td,
th {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
em {
	font-weight: bold;
	font-style: normal;
}

table,
td {
	border: #eee solid 0px;
}

img,
th {
	border: 0;
}
img{
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #4e4e4e;
}

a:hover {
	text-decoration: none;
	color: #2c99c7;
}

body {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	min-width: 1236px;
	background: #efefef;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.block {
	display: block;
}

.line-height {
	line-height: 22px;
}

.border {
	border: #dedede solid 1px;
	overflow: hidden;
	border-radius: 4px;
}

.cboth {
	display: block;
	line-height: 0px;
	font-size: 0;
	clear: both;
}

.nodata {
	text-align: center;
	height: 80px;
	line-height: 80px;
	color: #999;
	font-size: 18px;
	margin: 120px auto;
}

/*==============================================================================================*/
/*table-css
/*==============================================================================================*/

.itable td {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #ffffff;
}

.itable {
	font-family: verdana, arial, sans-serif;
	border-width: 1px;
	border-color: #cccccc;
	border-collapse: collapse;
}

.itable th {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #eeeeee;
}

/*==============================================================================================*/

/*form-css

/*==============================================================================================*/

.field {
	display: table;
	margin-bottom: 20px;
}

label {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	cursor: pointer;
}

.controls {
	margin-left: 140px;
}

.error {
	color: #ff0000;
	margin-right: 2px;
}

input {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

input.text {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #888;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	padding: 4px 10px;
	margin-left: 0;
	width: 206px;
	text-indent: 0px;
	text-shadow: none;
}

textarea {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

textarea.textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #888;
	font-size: 12px;
	padding: 4px 10px;
	margin-left: 0;
	width: 400px;
}

.btn {
	background: #125cb1;
	border: 1px solid #125cb1;
	color: #fff;
	cursor: pointer;
	letter-spacing: 2px;
	line-height: 1;
	overflow: visible;
	height: 45px;
	display: block;
	overflow: hidden;
	width: 160px;
	overflow: hidden;
	text-align: center;
}

/*==============================================================================================*/
/*book-css
/*==============================================================================================*/
.bookform {
	margin-top: 0px;
	padding: 80px;
}

.bookform .label {
	float: left;
	display: block;
	width: 60px;
	padding-top: 5px;
	margin-right: 15px;
	text-align: right;
	color: #333;
}

.bookform .text {}

.bookform .textarea {
	width: 600px;
	height: 250px;
}

.bookform .error {
	padding-left: 15px;
}

/*==============================================================================================*/
/*module-css
/*==============================================================================================*/

#top {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 38px;
	margin: 0 auto;
	background: #fff;
	border-bottom: #e8e8e8 solid 1px;
}

#container {
	margin: 0 auto;
	overflow: hidden;
}

#header {
	position: relative;
	clear: both;
	z-index: 10;
	height: 165px;
	display: block;
	overflow: hidden;
	background: #fff;
}

#mainer {
	clear: both;
	overflow: hidden;
}

#footer {
	position: relative;
	margin: 0;
	background: #30333a;
}

.right_box {
	overflow: hidden;
    display: block;
    width: 1045px;
    float: right;
}

.left_box {
	width: 240px;
	overflow: hidden;
	float: left;
}

.main_box {
	width: 1314px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.comm_void {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*==============================================================================================*/
/*header-css
/*==============================================================================================*/
.header_box,
.header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 9999;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	transition: all 0.3s;
}

.header_fixed {
	position: fixed;
}

.header_box .header .container {
	max-width: 1314px;
	height: 100%;
	min-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.header .logo {
	float: left;
	height: 55px;
	margin-top: 14px;
}

.header .logo img {
	width: auto;
	height: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.header_search,
.header_search span {
	line-height: 80px;
	display: block;
	color: #333;
	cursor: pointer;
	font-size: 18px;
	/*     margin-right: -5px; */
}

.header_search .search {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	height: 80px;
	width: 100%;
}

.header_search i {
	position: relative;
	width: 32px;
	height: 35;
	line-height: 80px;
	cursor: pointer;
	font-size: 28px;
	color: #1e1e1e;
	z-index: 5;
	margin-right: 10%;
	margin-top: 0;
}

.header_search .search ul {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	height: 60px;
	width: 90%;
	max-width: 800px;
	z-index: 2;
}

.header_search .search ul form {
	position: relative;
	height: 60px;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	border-bottom: 1px solid #1e1e1e;
}

.header_search .search ul input[type="text"] {
	border: none;
	width: 100%;
	display: block;
	border: none;
	height: 60px;
	text-align: left;
	color: #666;
	font-size: 14px;
	background: none;
	line-height: 60px;
	padding: 0 85px 0 0.2rem;
	background: #fff;
}

.header_search .search ul input {
	outline: none;
}

.header_search .search_btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	z-index: 2;
	width: 85px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	border: none;
	outline: none;
	color: #1e1e1e;
	background: #ffffff;
	font-size: 24px;
}

.header_search .search ol {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	background: #ffffff;
	z-index: 1;
}

.header .lang_box {
	line-height: 80px;
	display: block;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	margin: 0 20px;
	position: relative;
}

.header .lang_box i {
	line-height: 80px;
	display: block;
	color: #1e1e1e;
	cursor: pointer;
	font-size: 24px;
}

.header .lang_box .lang {
	position: absolute;
	z-index: 999;
	top: 80px;
	left: -59.2px;
	display: none;
	height: 90px;
	width: 128px;
	text-align: center;
	background-color: #f6f6f6;
	overflow: hidden;
}

.header .lang_box a,
.header .lang_box .lang i {
	float: left;
	padding: 0px 10px;
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.header .lang_box a {
	color: #222;
	display: block;
	padding: 0;
	border-bottom: 1px solid #ffffff;
}

.header .nav {
	line-height: 80px;
	display: block;
	color: #333;
	font-size: 14px;
	margin-right: 5px;
}

.header .nav li {
	position: relative;
	float: left;
	line-height: 56px;
	padding: 12px 24px;
}

.header .nav li a {
	font-size: 14px;
	color: #222;
}

.header .nav .active .navlia,
.header .nav li:hover .navlia {
	color: #125cb1;
}

.header .nav li .navsub {
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 75px;
	width: 170px;
	line-height: 50px;
	text-align: center;
	background: #f6f6f6;
	border-top: 5px solid #125cb1;
}

.nav .navsub li {
	width: 100%;
	font-size: 14px;
	padding: 0;
	border-bottom: 1px solid white;
}

.nav .navsub li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.5s ease-in-out;
	padding: 0 10px;
	line-height: 45px;
}

.nav .navsub li a:hover {
	color: #125cb1;
	transition: all 0.5s ease-in-out;
}

/*==============================================================================================*/
/*banner-css
/*==============================================================================================*/
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.banner .bd ul {
	width: 100% !important;
}

.banner .bd li {
	overflow: hidden;
	text-align: center;
}

.banner .bd li a {
	display: block;
}

.banner .bd li a img {
	width: 100%;
	display: block;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.banner .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.banner .hd ul {
	text-align: center;
}

.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #fff;
	overflow: hidden;
	line-height: 9999px;
	border-radius: 50%;
}

.banner .hd ul .on {
	background: #0b468a;
	background-position: 0 -90px;
}

.banner .prev,
.banner .next {
	position: absolute;
	display: block;
	left: 30px;
	top: 40%;
	width: 55px;
	height: 80px;
	background: url(../images/icons.png) left 6px no-repeat;
	filter: alpha(opacity=10);
	opacity: 0.5;
}

.banner .next {
	left: auto;
	right: 30px;
	background-position: -64px 6px;
}

.banner .prev:hover,
.banner .next:hover {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

/*------内页banner------*/
.ibanner {
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 0px;
	position: relative;
}

.ibanner .bd {
	width: 100%;
	background-position: center 0px;
	background-repeat: no-repeat;
}

.ibanner .crumb {
	width: 100%;
	position: absolute;
	z-index: 100;
	height: 45px;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
}

.ibanner .backdrop {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 100%;
	background: #000;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	height: 45px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	overflow: hidden;
}

.ibanner .crumb ul {
	width: 1200px;
	margin: 0 auto;
	z-index: 100;
	height: 60px;
	overflow: hidden;
}

.ibanner .crumb ul li {
	float: left;
	display: block;
	padding: 0px 12px 0px 8px;
	text-align: left;
	background: url(../images/arrow.png) no-repeat right 20px;
}

.ibanner .crumb ul li i {
	color: #fff;
	font-size: 18px;
}

.ibanner .crumb ul li:last-child {
	background: none;
}

.ibanner .crumb ul li a {
	display: block;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
}

/*==============================================================================================*/
/*indexer-css
/*==============================================================================================*/

.guide_body {
	overflow: hidden;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*-------------------guide-nav-------------------*/

.guide_nav {
	width: 1200px;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 68px;
}

.guide_nav h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	line-height: 30px;
	margin-bottom: 20px;
}

.guide_nav h2 span {
	display: block;
	clear: both;
	text-align: center;
	color: #000;
	font-size: 28px;
	line-height: 60px;
}

.guide_nav h2 p {
	display: block;
	clear: both;
	text-align: center;
	width: 660px;
	margin: 0 auto;
	font-size: 16px;
	color: #999;
	line-height: 24px;
}

.guide_nav .bd {
	width: 1200px !important;
	overflow: hidden;
}

.guide_nav .bd ul {
	width: 1200px;
	overflow: hidden;
	list-style: none;
}

.guide_nav .bd ul li {
	float: left;
	overflow: hidden;
	display: block;
}

/*-------------------guide-news-------------------*/
.guide_news_box {
	width: 100%;
	max-width: 1314px;
	min-width: 1080px;
	padding: 60px 0;
	margin: 0 auto;
}

.guide_news {
	overflow: hidden;
}

.guide_news h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.guide_news h2 span {
	display: block;
	clear: both;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 10px;
}

.guide_news h2 p {
	display: block;
	clear: both;
	text-align: center;
	width: 660px;
	margin: 0 auto;
	font-size: 16px;
	color: #999;
}

.guide_news .hd {
	overflow: hidden;
}

.guide_news .hd ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.guide_news .hd ul li {
	width: 200px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	text-align: center;
	border: 1px dashed #ccc;
	font-size: 18px;
}

.guide_news .hd li.on {
	background: #125cb1;
	color: #fff;
	border: 1px solid #125cb1;
}

.guide_news .bd .fr {
	float: none;
	overflow: hidden;
}

.guide_news .bd .fr ol li a {
	display: block;
	overflow: hidden;
	background: #eee;
	padding-bottom: 30px;
}

.guide_news .bd .fr ol li .pic {
	position: relative;
	width: 100%;
	padding-top: 70%;
	overflow: hidden;
	background-color: #fff;
}

.guide_news .bd .fr ol li .pic img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.guide_news .bd .fr ol li .pic h3 {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	line-height: 54px;
	height: 54px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	z-index: 99;
	font-weight: 400;
}

.guide_news .bd .fr ol li p {
	display: block;
	margin: 20px 0 0;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.guide_news .bd .fl {
	overflow: hidden;
	width: 65%;
	margin-right: 35px;
}

.guide_news .bd .fl ul li {
	width: 48.5%;
	float: left;
	margin-right: 3%;
}

.guide_news .bd .fl ul li:nth-child(2n) {
	margin-right: 0;
}

.guide_news .bd .fl ul li a {
	display: block;
	padding: 12px;
	color: #aaaaaa;
	font-size: 12px;
	transition: 0.5s ease-in-out;
	border-top: 1px solid #dddddd;
}

.guide_news .bd .fl ul li:first-child a {
	border-top: none;
}

.guide_news .bd .fl ul li:nth-child(2) a {
	border-top: none;
}

.guide_news .bd .fl ul li .time {
	font-size: 12px;
}

.guide_news .bd .fl ul li h3 {
	line-height: 32px;
	height: 32px;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
	transition: 0.5s ease-in-out;
	margin-bottom: 5px;
	font-weight: normal;
}

.guide_news .bd .fl ul li p {
	height: 48px;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999999;
}

/*-------------------about us-------------------*/

.guide_about {
	padding: 4% 0;
	width: 100%;
	max-width: 1314px;
	min-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.guide_about h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 30px;
	margin-bottom: 20px;
}

.guide_about h2 span {
	display: block;
	clear: both;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

.guide_about h2 p {
	display: block;
	clear: both;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	font-size: 16px;
	color: #999;
}

.guide_about .guide_about_main {
	position: relative;
	overflow: hidden;
	padding: 35px;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
}

.guide_about .guide_about_main dl {
	float: right;
	padding: 0 0 0 2.5%;
	overflow: hidden;
	width: 50%;
	box-sizing: border-box;
}

.guide_about .guide_about_main dl h4 {
	width: 100%;
	line-height: 1.1;
	margin-top: 10px;
	font-size: 24px;
	color: #000;
	margin-bottom: 5px;
}

.guide_about .guide_about_main dl span {
	display: block;
	font-size: 12px;
	color: #333;
}

.guide_about .guide_about_main dl em {
	display: block;
	width: 48px;
	height: 1px;
	background-color: #000;
	margin: 25px 0;
}

.guide_about .guide_about_main dl p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	height: 104px;
}

.guide_about .guide_about_main dl a {
	color: #fff;
	overflow: hidden;
	display: block;
	width: 120px;
	height: 35px;
	background-color: #125cb1;
	line-height: 35px;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-top: 40px;
}

.guide_about .guide_about_main ul {
	position: absolute;
	margin-left: 2.5%;
	width: 45%;
	box-sizing: border-box;
	height: 90px;
	right: 2.5%;
	bottom: 35px;
	background-color: #bbb;
	display: block;
}

.guide_about .guide_about_main ul li {
	float: left;
	width: 25%;
	display: block;
	overflow: hidden;
}

.guide_about .guide_about_main ul li a {
	position: relative;
	overflow: hidden;
	height: 90px;
	padding: 17px 0;
	box-sizing: border-box;
	display: block;
	text-align: center;
}

.guide_about .guide_about_main ul li a p {
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
	color: #fff;
}

.guide_about .guide_about_main ul li a img {
	margin: 0 auto;
	width: 32px;
	height: 32px;
}

.li-b a::before {
	position: absolute;
	content: "";
	margin: 0 auto;
	top: 0;
	left: 0;
	height: 114px;
	width: 1px;
	background-color: #fff;
	opacity: 0.18;
}

.guide_about .guide_about_main dt {
	float: left;
	width: 50%;
}

.guide_about_main dt a img,
.guide_about_main dt a {
	width: 100%;
	display: block;
}

/*-------------------guide-video-------------------*/

.guide_video {
	width: 268px;
	overflow: hidden;
	height: 300px;
	float: right;
}

.guide_cert {
	width: 1200px;
	clear: both;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.guide_cert ul {
	width: 1250px;
	display: block;
	overflow: hidden;
	list-style: none;
}

.guide_cert ul li {
	float: left;
	overflow: hidden;
	width: 290px;
	background: #dddddd;
	list-style: none;
	margin-bottom: 23px;
	margin-right: 13px;
}

.guide_cert ul li dl {
	margin: 15px;
	overflow: hidden;
	display: block;
	padding: 0px;
}

.guide_cert ul li dl img {
	width: 100%;
}

.guide_cert ul li dd {
	height: 45px;
	line-height: 45px;
	background: #aaaaaa;
	overflow: hidden;
	display: block;
	padding: 0px 20px;
	color: #fff;
}

.guide_cert ul li dd a {
	color: #fff;
	font-family: 14px;
}

.guide_cert ul li:hover dd {
	background: #2f74b7;
}

/*-------------------guide-pro-------------------*/

.guide_pro {
	width: 100%;
	max-width: 1314px;
	min-width: 1080px;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
}

.guide_pro h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	line-height: 30px;
	margin-bottom: 20px;
}

.guide_pro h2 span {
	display: block;
	clear: both;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

.guide_pro h2 p {
	display: block;
	clear: both;
	text-align: center;
	width: 660px;
	margin: 0 auto;
	font-size: 16px;
	color: #999;
}

.guide_pro .bd {
	width: 100%;
	max-width: 1314px;
	min-width: 1080px;
	overflow: hidden;
}

.guide_pro .bd ul {
	width: 100%;
	max-width: 1314px;
	min-width: 1080px;
	overflow: hidden;
	list-style: none;
	margin-bottom: 1%;
}

.guide_pro .bd ul li {
	float: left;
	overflow: hidden;
	width: 24%;
	list-style: none;
	margin-bottom: 1%;
	margin-right: 1%;
}

.guide_pro .bd ul li:nth-child(4n) {
	margin-right: 0;
}

.guide_pro .bd ul li dl {
	overflow: hidden;
	float: left;
	padding: 2px;
	background: #fff;
	border: #f5f5f5 solid 1px;
	position: relative;
	padding-top: 100%;
	width: 100%;
	box-sizing: border-box;
}

.guide_pro .bd ul li dl a {
	display: block;
	overflow: hidden;
}

.guide_pro .bd ul li dl img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}

.guide_pro .bd ul li dd {
	margin-left: 0px;
	width: 100%;
	float: left;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	background: #f5f5f5;
	position: relative;
	border-top: 0px;
}

.guide_pro .bd ul li dd a {
	display: block;
	padding: 0 15px;
}

.guide_pro .bd ul li dd a p {
	float: left;
	width: 50%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #000000;
}

.guide_pro .bd ul li dd a span {
	float: right;
	font-size: 14px;
	color: #999999;
}

.guide_pro .bd ul li dd a:hover span {
	color: #125cb1;
}

/*==============================================================================================*/
/*lefter-css
/*==============================================================================================*/

.cate {
	width: 240px;
	border-top: none;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0px;
}

.cate h2 {
	padding: 10px 0;
	width: 100%;
	line-height: 45px;
	background: #125cb1;
	font-weight: bolder;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
}

.cate li {
	background: #ececeb;
	margin-bottom: 2px;
}

.cate li:last-child {
	border-bottom: none;
}

.cate li div {
	display: block;
	line-height: 35px;
	background: #ececeb;
}

.cate li div span {
	display: block;
	line-height: 35px;
	background: url(../images/jia-jian.png) no-repeat 190px 13px;
	background-size: 6%;
	padding-left: 15px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
}

.cate li a {
	display: block;
	line-height: 35px;
	background: url(../images/jiantou.png) no-repeat 175px 13px;
	background-size: 5%;
	padding-left: 15px;
}

.cate li a:hover {}

.cate li .cur {
	border-bottom: #fff solid 1px;
	background: #125cb1;
}

.cate li .cur span {
	background: url(../images/jia-jian.png) no-repeat 190px -19px;
	background-size: 6%;
	color: #fff;
}

.cate li .onhvr {
	/* color: #f90; */
}

.cate li ul {
	display: none;
}

.cate .root {
	background: #e8e8e8;
}

.cate .root span {
	background: url(../images/cate.png) no-repeat 0px -201px;
	color: #fff;
	padding-left: 15px;
}

.cate .root.cur span {
	color: #fff;
	background: #e8e8e8 url(../images/cate.png) no-repeat 0px -276px !important;
}

.box {
	display: block;
	overflow: hidden;
	background: #ececeb;
}

.box h2 {
	height: 35px;
	line-height: 35px;
	background: #125cb1;
	text-align: center;
	font-size: 18px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 0;
}

.box .bd {
	padding: 15px;
	list-style: none;
}
.box .bd p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.box li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	list-style: none;
	border-bottom: #ddd solid 1px;
	font-size: 12px;
}

.box li.cur {
	border-bottom: #ddd solid 1px;
}

.box li.cur a {
	color: #f90;
}

.box li a {
	padding-left: 15px;
	background: url(../images/dot.png) no-repeat 2px 7px;
}

.box li p {
	line-height: 20px;
}

.box_pro li {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border: #ececec solid 1px;
}

.box_pro h2 {
	height: 40px;
	line-height: 40px;
	background: #125cb1;
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.box_pro dd {
	text-align: center;
	background: #f5f5f5;
	overflow: hidden;
}

.box_pro dd a {
	display: block;
	line-height: 20px;
	padding: 5px 0px;
}

.box_pro dl .box_pro dd {
	overflow: hidden;
	width: 178px;
}

.box_pro img {
	display: block;
	width: 178px;
}

/*==============================================================================================*/
/*righter-css
/*==============================================================================================*/

.comcont {
	display: block;
	overflow: hidden;
	min-height: 800px;
	overflow: hidden;
	text-align: left;
	background: #fff;
}

.comcont .hd {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 44px;
	height: 44px;
	border-bottom: #dddddd solid 1px;
	background: #f8f8f8;
}

.comcont .locate {
	overflow: hidden;
	text-align: left;
	float: left;
	display: inline-block;
}

.comcont .locate div {
	float: left;
	background: url(../images/home.png) no-repeat 10px 5px;
	padding-left: 30px;
	line-height: 45px;
	height: 45px;
	display: block;
	margin-right: 20px;
}

.comcont .locate span {
	float: right;
	line-height: 38px;
	height: 38px;
	display: block;
	margin-right: 20px;
}

.comcont .locate ul {
	list-style: none;
	display: table-cell;
	float: left;
	text-align: left;
	background: url(../images/home.png) no-repeat 8px 14px;
	padding-left: 20px;
	margin-right: 10px;
}

.comcont .locate li {
	float: left;
	display: block;
	padding: 0px 0 0px 8px;
	text-align: left;
	/* background:url(../images/arrow.png) no-repeat right 16px; */
}

.comcont .locate li:last-child {
	background: none;
}

.comcont .locate li a {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.comcont .fellow {
	background: #f8f8f8;
	overflow: hidden;
	clear: both;
}

.comcont .fellow ul {
	list-style: none;
	display: block;
}

.comcont .fellow li {
	float: left;
	display: block;
	padding: 10px;
	text-align: center;
}

.comcont .fellow li a {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.comcont .fellow .cur {
	background-color: #f2f2f2;
}

.content {
	display: block;
	overflow: hidden;
	margin: 0px;
}

.content .hd {
    height: 48px;
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background: none;
}

.content .title {
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

.content .title h2 {
	overflow: hidden;
	line-height: 36px;
	height: 36px;
	font-size: 36px;
	color: #0158a7;
	font-weight: normal;
	margin-bottom: 10px;
}

.content .title p {
	overflow: hidden;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 30px;
	height: 30px;
	font-size: 26px;
	color: #ccc;
	margin-bottom: 10px;
}

.content .zizhi {
	display: block;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

.content .rongyu {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.content .block {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.content .block ul {
	list-style: none;
	width: 1236px;
}

.content .block ul li {
	float: left;
	display: block;
	overflow: hidden;
	margin-right: 26px;
}

.content .guide {
	overflow: hidden;
	margin-bottom: 15px;
}

.content .guide ul {
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
}

.content .guide ul li {
	line-height: 25px;
	width: 50%;
	float: left;
}

.content .guide .ibuy {
	background: #ff6600;
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 120px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	display: block;
}
.content .guide  p{
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	min-height: 125px;
	height: 125px;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom: 10px;
}
.content .guide dt{
	overflow: hidden;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.content .guide dt>div{
	height: 41px;
	padding-left: 70px;
	background: url(../images/pc-xc-icon2.png) no-repeat 10px top;
	font-size: 18px;
	line-height: 18px;
	color: #454545;
}
.content .guide dt>div em{
	font-weight: normal;
	display: block;
	line-height: 30px;
}
.content .guide .idemo {
	background: #125cb1;
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 120px;
	float: right;
	overflow: hidden;
	display: block;
}

.content .guide-info {
	margin: 30px;
}

.content .guide-info .thd {
	text-align: center;
	font-size: 24px;
	margin: 50px 0px;
	line-height: 60px;
}

.content .guide-info .thd font {
	display: block;
	color: #ccc;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

.intro {
	clear: both;
	overflow: hidden;
	padding: 30px;
	background: #fff;
	min-height: 500px;
	margin-bottom: 30px;
}

.intro .thd h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.intro .thd p {
	display: block;
	font-size: 12px;
	color: #999999;
	padding: 0px 0px 10px;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 10px;
	text-align: center;
}

.next_map {
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 25px;
	overflow: hidden;
	clear: both;
	border-top: #ddd solid 1px;
	margin: 30px 30px 30px 30px;
}

.next_map div {
	display: block;
	overflow: hidden;
	line-height: 35px;
}

.next_map a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
}

.arc_rec {
	display: block;
	overflow: hidden;
	text-align: left;
	margin: 30px;
}

.arc_rec h2 {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	color: #666666;
	position: relative;
	font-size: 12px;
	background: #fafafa;
	padding-left: 10px;
	border-bottom: #eaeaea solid 1px;
}

.arc_rec ul {
	display: block;
	margin: 0px;
	padding-top: 10px;
}

.arc_rec ul li {
	overflow: hidden;
	line-height: 35px;
	height: 35px;
	background: url(../images/tl_cut.png) no-repeat 5px 15px;
	padding-left: 20px;
	border-bottom: #eaeaea solid 1px;
}

.arc_rec ul li a {
	display: block;
	width: 600px;
	float: left;
}

.arc_rec ul li span {
	display: block;
	width: 80px;
	float: right;
	color: #999999;
}

.arclist,
.arclist ul {
	display: block;
	overflow: hidden;
	width: 100%;
}

.arclist li {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	height: 170px;
	padding: 20px;
	border: 1px solid #ddd;
}
.arclist li:first-child{
	margin-top: 0;
}
.arclist ul li h2 {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.arclist ul li a {
	overflow: hidden;
}

.arclist ul li p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 17px;
	height: 47px;
	overflow: hidden;
}

.arclist ul li .label {
	font-size: 12px;
	color: #999999;
	display: block;
	padding-left: 26px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: url(../images/newsList_icon03.png) no-repeat left center;
	line-height: 16px;
}

.arclist ul li .readNum {
	display: block;
	line-height: 13px;
	font-size: 13px;
	font-family: arial;
	height: 13px;
	background: url(../images/newsList_icon02.png) no-repeat left center;
	position: absolute;
	top: 20px;
	right: 20px;
	padding-left: 24px;
	padding-top: 2px;
}

.arclist ul li .more {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/list_circle.png) no-repeat left top;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.arclist ul li .more a {
	display: block;
	height: 36px;
}

.arclist ul li:hover .more {
	background-position: left bottom;
}

.arclist ul li:hover h2 a {
	color: #125cb1;
}
.arclist li:hover{border: 1px solid #125CB1;}




.newslist ul {
	display: block;
	overflow: hidden;
	list-style: none;
}

.newslist li {
	display: block;
	overflow: hidden;
	padding: 40px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.newslist li:hover {
	background: #f8f8f8;
}

.newslist li a {
	display: block;
	overflow: hidden;
}

.newslist li dl {
	display: block;
	float: left;
	width: 75px;
	margin-right: 15px;
}

.newslist li dl i {
	display: block;
	margin-top: 4px;
	text-align: right;
	overflow: hidden;
	font-style: normal;
	height: 48px;
	line-height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #a40b0d;
	font-weight: normal;
}

.newslist li dl b {
	display: block;
	text-align: right;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3d527f;
	font-weight: normal;
}

.newslist li dd {
	display: block;
	float: left;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	width: 830px;
}

.newslist li dd h3 {
	font-size: 18px;
	font-weight: normal;
	color: #111;
	line-height: 35px;
}

.newslist li dd span {
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}

.newslist li dd p {
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	color: #999;
}



.prolist {
	clear: both;
	position: relative;

	overflow: hidden;
	list-style: none;
}

.prolist ul {
	overflow: hidden;
}

.prolist li {
    width: 32%;
    border: 1px solid #dedede;
    margin-bottom: 2%;
    background: #fff;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}
.prolist li .pic img {
    width: 100%;
    display: block;
}
.prolist li .txt{
    padding: 6px 20px 5px 20px;
	background-color: #f5f5f5;
}
.prolist li .txt h3{
    height: 45px;
    font-weight: normal;
    font-size: 14px;
    line-height: 45px;
    overflow: hidden;
}
.prolist li .txt h3 a {
    display: block;
    height: 45px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prolist li:nth-child(3n){
	margin-right: 0;
}
.prolist li:hover{
	border: 1px solid #125CB1;
}









.abmlist {
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
}

.abmlist h2 {
	background: #f4f4f4;
	border-bottom: #dddddd solid 1px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #333333;
	margin-bottom: 8px;
}

.abmlist h2 a {
	display: block;
	overflow: hidden;
	color: #333;
}

.abmlist ul {
	list-style: none;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}

.abmlist li {
	width: 100%;
	float: left;
	background: #fff;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 30px;
	border-bottom: #fff solid 1px;
}

.abmlist li a {
	display: block;
}

.abmlist li:hover {
	display: block;
	background: #f8f8f8;
	border-bottom: #016fae solid 1px;
}

.abmlist li dl {
	width: 40%;
	max-width: 232px;
	float: left;
	margin-right: 2%;
	text-align: left;
	overflow: hidden;
}

.abmlist li dl a {
	display: block;
	padding: 5px;
}

.abmlist li dl img {
	width: 100%;
	text-align: left;
}

.abmlist li dd {
	width: 58%;
	float: left;
	display: block;
	line-height: 23px;
	text-align: left;
}

.abmlist li dd h3 {
	margin-bottom: 5px;
	font-size: 16px;
	text-align: left;
}

.abmlist li dd span {
	display: block;
	text-align: left;
	color: #888;
}

.abmlist li dd p {
	display: block;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10x;
}

.recomlist {
	display: block;
	overflow: hidden;
	margin-top: 10px;
}

.recomlist ul {
	width: 1300px;
	margin: 0 auto;
}

.recomlist li {
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	width: 348px;
	padding: 16px;
	background: #fff;
	float: left;
	margin-right: 30px;
}

.recomlist li a {
	display: block;
	overflow: hidden;
}

.recomlist li .hd {
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}

.recomlist li .hd h3 {
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
}

.recomlist li .hd p {
	font-size: normal;
	clear: both;
	display: block;
	color: #888;
	font-size: 14px;
	font-weight: normal;
}

.recomlist li .pic {
	display: block;
	overflow: hidden;
	width: 348px;
	padding: 0px;
	margin: 0 auto;
}

.recomlist li img {
	display: block;
	overflow: hidden;
	width: 348px;
	height: 188px;
}

.recomlist li .txt {
	line-height: 40px;
	width: 320px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	font-size: 14px;
	overflow: hidden;
}

.recomlist li .txt span {
	display: block;
	overflow: hidden;
	color: #666;
	line-height: 20px;
}

.goods-guide {
	overflow: hidden;
	padding: 12px 0 16px;
}

.goods-guide .pic {
	width: 330px;
	position: relative;
	float: left;
	padding-bottom: 10px;
	margin-right: 30px;
}

.goods-guide .pic h3 {
	width: 330px;
	height: 330px;
	margin-bottom: 10px;
	border: #eee solid 1px;
}

.goods-guide .pic h3 .img {
	border: #eee solid 1px;
}

.goods-guide .pic ul {
	list-style: none;
	width: 565px;
	clear: both;
}

.goods-guide .pic li {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border: #eee solid 1px;
}

.goods-guide .pic li:hover {
	border: #f60 solid 1px;
}

.goods-guide .pic li .img {
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.goods-info {
	margin: 30px;
}

.goods-info .hd {
	overflow: hidden;
	font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif;
	line-height: 45px;
	height: 45px;
	background: #f8f8f8;
	color: #666;
	border-bottom: none;
	font-size: 16px;
	padding: 0px 15px;
	margin-bottom: 10px;
}

.pro_rec {
	display: block;
	overflow: hidden;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.pro_rec h2 {
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	color: #666666;
	position: relative;
	font-size: 16px;
	background: #fafafa;
	padding-left: 10px;
	font-weight: normal;
	border-bottom: none;
}

.pro_rec ul {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.pro_rec ul li {
	float: left;
	display: table-cell;
	text-align: center;
	overflow: hidden;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
	border: 1px solid #ddd;
}
.pro_rec ul li:nth-child(4n){
	margin-right: 0;
}
.pro_rec ul li h3{
	height: 40px;
	line-height: 40px;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
}

.pro_rec ul li img {
	width: 100%;
	display: block;
}

.pro_rec ul li dl {
	display: block;
}

.pro_rec ul li dd {
	display: block;
	height: 45px;
	line-height: 45px;
	background: #f8f8f8;
	text-align: center;
}

/*--------------------page------------------*/

.page {
	margin: 10px auto;
	clear: both;
	padding-top: 10px;
	overflow: hidden;
	display: flex;
}

.page .first {
	background: #fff url(../images/page.png) 7px -82px no-repeat !important;
}

.page .last {
	background: #fff url(../images/page.png) 7px -140px no-repeat !important;
}

.page .next {
	background: #fff url(../images/page.png) 7px 10px no-repeat !important;
}

.page .prev {
	background: #fff url(../images/page.png) 7px -36px no-repeat !important;
}

.page span.page_list {
	overflow: hidden;
	float: right;
}

.page span.page_list a {
	display: block;
	float: left;
	background: #fff;
	margin-right: 5px;
	border: 1px solid #eaeaea;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

.page span.page_rows {
	display: block;
	float: right;
	background: #fff;
	border: 1px solid #eaeaea;
	font-size: 12px;
	margin-right: 5px;
	padding: 5px 10px 5px 10px;
}

.page span.page_list a.selected {
	background: #0158a7;
	border: 1px solid #0158a7;
	color: #fff;
}

/*==============================================================================================*/
/*footer-css
/*==============================================================================================*/

.map {
	width: 100%;
	max-width: 1314px;
	min-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 50px 0;
	text-align: left;
	font-size: 13px;
}

.map a {
	color: #999999;
	font-size: 13px;
}

.map .txt {
	color: #999999;
	line-height: 2.2em;
	font-size: 14px;
}

.map-about {
	width: 210px;
	height: 220px;
	overflow: hidden;
	float: left;
	margin: 0 3% 0 0px;
}

.map-about:last-child {
	border-right: none;
}

.map-product {
	width: 400px;
	overflow: hidden;
	float: left;
	margin: 0 3% 0 0;
}

.map-product li {
	width: 50% !important;
	float: left;
	display: block;
}

.map-news {
	width: 120px;
	overflow: hidden;
	float: left;
	margin: 0 3% 0 0;
}

.map-contact {
	width: 365px;
	overflow: hidden;
	float: left;
	margin: 00 0 0px;
}

.map-fcode {
	width: 365px;
	overflow: hidden;
	float: right;
	margin-top: 10px;
}

.map-fcode div {
	text-align: center;
	overflow: hidden;
	margin-top: 0px;
	line-height: 30px;
	color: #ccc;
}

.map-about h3,
.map-product h3,
.map-news h3,
.map-contact h3,
.map-follow h3,
.map-fcode h3 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	line-height: 2em;
	margin-bottom: 5px;
}

.map-fcode h4 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #dddddd;
	line-height: 2em;
	margin-top: 15px;
	clear: both;
	margin-bottom: 5px;
}

.map-about ul,
.map-product ul,
.map-contact ul {
	list-style: none;
	margin: 0px;
}

.map-about li,
.map-product li,
.map-contact li {
	list-style: none;
	margin: 0px;
	line-height: 30px;
	width: 100%;
}

.copy {
	color: #262626;
	display: block;
	padding: 5px 0px;
	line-height: 14px;
	font-size: 14px;
	overflow: hidden;
	background: #000;
}

.copy .main_box {
	width: 100%;
	max-width: 1314px;
	min-width: 1080px;
}

.copy .bd {
	padding: 15px 10px;
	color: #fff;
}

.copy a {
	font-size: 14px;
	color: #fff;
}

.copy li {
	float: left;
	padding: 0px 8px;
	border-right: #888 solid 1px;
	margin-right: 1px;
	line-height: 12px;
}

.copy li:last-child {
	border-right: none;
}

.copy em {
	color: #9e9e9e;
	font-style: normal;
	margin: 0 4px 0 8px;
}

/*==============================================================================================*/
/*Sreach body
/*==============================================================================================*/

.SearchBox {
	width: 100%;
	text-align: left;
	margin-top: 10px;
}

.SearchBox .hd {
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.SearchBox .hd .article {
	background: #eeeeee;
}

.SearchBox .hd .product {
	background: #eeeeee;
}

.SearchBox .hd ul {
	float: left;
	position: absolute;
}

.SearchBox .hd ul li {
	float: left;
	padding: 0 25px;
	cursor: pointer;
}

.SearchBox .bd ul {
	zoom: 1;
}

/*==============================================================================================*/
/*movechat 聊天框
/*==============================================================================================*/

#chat {
	width: 188px;
	z-index: 999999;
	position: absolute;
	top: -66px;
	left: -200px;
	border-right: #fff solid 12px;
	display: none;
	overflow: hidden;
	background-color: #ff8500;
}

.chatbody {
	float: left;
	line-height: 200%;
}

.chatbody a {
	color: #fff;
	text-decoration: none;
}

.chatbody span {
	padding-left: 10px;
	text-align: left;
}

.chatbody ul {
	margin-top: 12px;
	margin-left: 10px;
	margin-bottom: 12px;
	list-style: none;
}

.chatbody ul li {
	margin-bottom: 5px;
	padding-left: 12px;
	text-align: left;
	list-style: none;
}

.cthd {
	height: 35px;
	background-color: #f3f3f3;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding-left: 0px;
	border-bottom: #ccc solid 1px;
	line-height: 35px;
}

.ctft {
	background-color: #f6f6f6;
	border-top: #e7e7e7 solid 1px;
	text-align: center;
	padding: 10px;
}

/*==============================================================================================*/
/*浮动框
/*==============================================================================================*/

.yfd1281{
	position: fixed;
	right: 10px;
	top: 35%;
	margin-top: -95px;
	font-family: "OPPOSans-R";
	color: #333;
	color: black;
	text-align: center;
	z-index: 10000;
	width: 80px;

}

.yfd1281 .you {
	display: block;
	margin-bottom: 2px;
	border-radius: 5px;
	color: #fff;
	padding: 10px 0;
	cursor: pointer;
}

.yfd1281 .you img {
	display: block;
	margin: 0 auto;
}

.yfd1281 .you:hover {
	color: white;
}

.yfd1281 .tel {
	background: #125cb1;
	position: relative;
}

.yfd1281 .ewm {
	background: #125cb1;
	position: relative;
}

.yfd1281 .QQ {

	background: #125cb1;
}

.yfd1281 .search {
	
	background: #125cb1;
}

.yfd1281 .goTop {
	
	background: #125cb1;
	display: block;
}

.erweima {
	position: absolute;
	right: 100px;
	top: -20px;
	
	background: #125cb1;
	padding: 8px;
}

.erweima ul li {
	width: 115px;
	height: 115px;
}

.erweima ul li img {
	width: 100%;
	height: 100%;
	display: block;
}

.btnConsult .arrow {
	position: absolute;
	top: 22px;
	left: 20px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 6px solid #125cb1;
}

.yfd1281 .rexian {
	z-index: 999;
	overflow: hidden;
	width: 0px;
	height: 40px;
	border-radius: 5px;
	background: #125cb1;
	position: absolute;
	right: 85px;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	font-size: 14px;
}

.yfd1281 .rexian a {
	color: white;
	display: block;
}
.yfd1281 .you:hover .erweima ul li img {
	transform: translateY(-0px);
	filter: drop-shadow(#fff 0px 0px);
	margin-right: 0;
}

/*==============================================================================================*/
/*crumb-css
/*==============================================================================================*/
.crumb_box {
	overflow: hidden;
	background: #fff;
	box-shadow: #ccc 0 0 3px;
	height: 50px;
	line-height: 50px;
}

.crumb_box .cate-l {
	width: 50%;
	float: left;
}

.crumb_box .cate-l li {
	float: left;
}

.crumb_box .cate-l li:first-child i {
	margin-right: 5px;
}

.crumb_box .cate-r {
	float: left;
	width: 50%;
	max-width: 600px;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	position: relative;
}

.crumb_box .cate-r li {
	float: right;
	display: block;
	margin: 5px 0 5px 5px;
	overflow: hidden;
}

.crumb_box .cate-r li a {
	overflow: hidden;
	padding: 1px 8px;
	line-height: 41px;
	float: left;
	display: block;
	color: #333;
	box-sizing: border-box;
}

.crumb_box .cate-r li.cur {
	color: #125cb1;
	border-bottom: #125cb1 solid 2px;
}

.crumb_box .cate-r li.cur a {
	color: #125cb1;
}
